CRPEJob::SetNthParam

Syntax

SetNthParam (paramN SMALLINT, paramValue CHAR (*)) RETURNING BOOLEAN

Parameters

paramN

Specifies which parameter in the stored procedure you want to set the value of. The first parameter of a stored procedure is 0, the second is 1, etc.

paramValue

Specifies the new value of the indicated parameter. This value must be a string. Please see Remarks below.

Remarks

Sets the value of a parameter in a stored procedure. Use this method when working with stored procedures in SQL database tables to set the value of a parameter in a stored procedure. When passing parameter values, all parameter values must be passed as string values. If you wish to pass a numeric value, pass the value in quotes like this: "100".

Returns
Related Topics

PESetNthParameterField



Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com